The Dreamweaver JavaScript API > Selection functions > dom.source.endOfDocument()

 

dom.source.endOfDocument()

Availability

Dreamweaver 4.0

Description

Places the insertion point at the end of the current source view document. If content is already selected, this function extends the selection to the end of the document.

Arguments

bShiftIsDown

A Boolean indicating whether or not content is being selected. If bShiftIsDown is true, the content is selected.

Returns

Nothing.